home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 1.0 KB | 33 lines | [TEXT/MPS ] |
- ; File: E16.TextTool
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- badDevType EQU $0C01 ; not implemented
- badDevNum EQU $0C02 ; Illegal device number.
- badMode EQU $0C03 ; Bad mode: illegal operation.
- unDefHW EQU $0C04 ; Undefined hardware error
- lostDev EQU $0C05 ; Lost device: Device no longer on line
- lostFile EQU $0C06 ; File no longer in diskette directory
- badTitle EQU $0C07 ; Illegal Filename
- noRoom EQU $0C08 ; Insufficient space on specified diskette
- noDevice EQU $0C09 ; Volume not online
- noFile EQU $0C0A ; File not in specifiled directory
- dupFile EQU $0C0B ; Filename already exists
- notClosed EQU $0C0C ; Attempt to open an open file
- notOpen EQU $0C0D ; Attempt to close closed file
- badFormat EQU $0C0E ; error reading real or integer
- ringBuffOFlo EQU $0C0F ; Chars arriving too fast
- writeProtected EQU $0C10
- devErr EQU $0C40 ; Read or Write failed
- input EQU $0000
- output EQU $0001
- errorOutput EQU $0002
- basicType EQU $0000
- pascalType EQU $0001
- ramBased EQU $0002
- noEcho EQU $0000
- echo EQU $0001
-